Integer Class

An Integer is an intrinsic data type in REALbasic. An Integer is a whole number between plus and minus 2,147,483,648.

Events

None

Properties

None

Methods

None

In other programming languages, REALbasic's Integer type is a long integer. Because integers are numbers, you can perform mathematical calculations on them. An Integer value uses 4 bytes of memory. The default value of an Integer is 0.


See Also

Boolean, Color, Double, Single, String data types; -, +, *, /, <, <=, =, >=, >, <>, \, IsNumeric, Mod, Str, Val, VarType, functions; Dim statement.